CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bmp lena

搜索资源列表

  1. t4_4

    2下载:
  2. 利用离散余弦变换函数(dct2和idct2)模拟JPEG压缩过程。 对“lena.bmp”做压缩,观察压缩效果。(JPEG压缩过程: 首先把原始的图像划分为8×8的子图像,然后利用dct2分别 对各个子图像进行离散余弦变换,对变换系数仅保留左上角15个值, 然后利用这15个系数进行离散余弦反变换重新得到各个子图像,再 将子图像拼接成完整图像) -Using discrete cosine transform function (dct2 and idct2) analog JPEG co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:740
    • 提供者:付兴银
  1. DCT

    0下载:
  2. 将一个512×512的lena.bmp图像进行DCT变换,对得到的DCT系数按8×8块进行分层(分三层),重组填充得到新的系数矩阵,结果发现原图像的能量集中在了新图像的左上角低频部分。-The lena.bmp an image of 512 × 512 is subjected to DCT transform, the DCT coefficients obtained by layering 8 × 8 block (of three), to obtain a new recombina
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:2779
    • 提供者:李三
  1. som

    0下载:
  2. 用SOM神经网络实现LENA.bmp,CR.bmp,HS4.bmp三幅图像的压缩。-Achieve LENA.bmp, CR.bmp, HS4.bmp three images compressed using SOM neural network.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:524090
    • 提供者:zhanghehe
  1. practice3

    0下载:
  2. Intensity Transformation of “Lena.bmp” - Contrast enhancement - Threshold enhancement - Negative enhancement -Intensity Transformation of “Lena.bmp” - Contrast enhancement - Threshold enhancement - Negative enhancement
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:2607
    • 提供者:Dr.P
  1. EntropyCoding

    0下载:
  2. matlab code entropy about lena bmp for image entropy
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4451
    • 提供者:aytekin
  1. waveletfigure

    0下载:
  2. 程序是下面这样,但只能处理长宽一样的方形图像,灰度和彩色图像都可,要用其他图像只需把Lena.bmp改为其他图像,但图像要保存在m文件所在路径下-wavelet figure process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:4554
    • 提供者:H.YR
  1. Image-denoising--base-on-matlab

    0下载:
  2. 基于MATLAB的图形降噪,典型的BMP图像文件由三部分组成,位图文件头数据结构-Image denoising base on matlab,we selected the criteria image of Lena, add Gaussian noise and impulse noise with different strength
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3166915
    • 提供者:郑涛
  1. PCA_IMGCprs

    0下载:
  2. 使用主成分分析进行各种类型图像应用,只支持bmp格式的图像。压缩包内带著名的lena图像原图-Principal component analysis was performed using various types of imaging applications, which only supports bmp image format. Lena image compression band famous in the original package
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:201240
    • 提供者:luosijie
  1. matlab 图像旋转

    0下载:
  2. 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;
  3. 所属分类:matlab例程

  1. Scale-Invariant-Feature-Extraction

    0下载:
  2. 尺度不变特征提取 im read( lena.bmp ) im double(im) [ pos, scale, orient, desc ] SIFT( im) -Scale Invariant Feature Extraction im imread( lena.bmp ) im double(im) [ pos, scale, orient, desc ] SIFT( im)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:486922
    • 提供者:马士林
  1. E3

    0下载:
  2. 数字图像处理:将一副灰度图lena.bmp分解成8个位面图-Digital image processing: a gray map lena.bmp decomposition into eight bitmap
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:676
    • 提供者:楽楽
  1. t_12

    0下载:
  2. 1、图像中值滤波实验 ①用imnoise函数在图像’lena.bmp’中值添加椒盐噪声,观测结果 ②用medfilt2函数对含噪声图像中值滤波。 2、使用fspecial函数生成均值、Prewitt、Sobel、Laplacian滤波模板,再用filter2函数对‘cameraman.tif’图像进行空域滤波,显示滤波结果。 3、设计高斯低通和高通频域滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变滤波器截止频率,观察对结果的影响。 4、用i
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:116795
    • 提供者:郭亚周
  1. T_11

    0下载:
  2. 1.编写程序,完成灰度分段线性变换。如下图所示,输入两个点的坐标完成对图像的分段线性对比度拉伸。 2. 学习使用histeq函数,完成 ①对’lena.bmp‘的直方图均衡化; ②以’cameraman.tif’的直方图为模板,将’lena.bmp’做直方图匹配。 3. 不使用histeq函数,自己编写程序完成直方图均衡化,并显示直方图均衡化前后的图像以及其直方图。 4. 不使用histeq函数,自己编写程序完成直方图匹配,显示匹配前后的图像、模板直方
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:1535
    • 提供者:郭亚周
  1. slotest

    1下载:
  2. 通过slo稀疏重构算法对lena.bmp图片进行压缩重构的一个实例,适合入门学习压缩感知- U901A u8FC7slo u7A00 u758F u91CD u6784 u7B97 u6CD5 u5BF9lena.bmp u56FE u7247 u8FDB u884C u538B u7F29 u91CD u6784 u7684 u4E00 u4E2A u5B9E u4F8B uFF0C u9002 u5408 u5165 u95E8 u5
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:1528
    • 提供者:郑恩涛
  1. erweilisanxiaobibianhuan

    0下载:
  2. 二维离散小波变换 只能处理长宽一样的方形图像,灰度和彩色图像都可,要用其他图像只需把Lena.bmp改为其他图像,但图像要保存在m文件所在路径下。-Can only deal with the same length and width of the square image, grayscale and color images can be used to use other images only need to change Lena.bmp other images, but th
  3. 所属分类:assembly language

    • 发布日期:2017-05-05
    • 文件大小:6648
    • 提供者:杨验均
  1. 1.3 图像的边缘检测

    0下载:
  2. 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:145408
    • 提供者:张继刚123
  1. 1.6 尺度不变特征提取

    0下载:
  2. im=imread('lena.bmp'); im=double(im); [ pos, scale, orient, desc ] = SIFT( im); 注意:要转换成double型(Im = imread (' Lena. BMP '); Im = double (im); [pos, scale, Orient, desc] = SIFT (im); Note: to convert to double)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:16384
    • 提供者:张继刚123
  1. Lenj

    0下载:
  2. 处理图像lena,bmp,并画出各图像的灰度层次的分布图,很好的(Processing image Lena, BMP, and draw the gray level distribution of each image is very good)
  3. 所属分类:系统编程

    • 发布日期:2017-12-20
    • 文件大小:72704
    • 提供者:inbtiavly
« 1 2 3 4»
搜珍网 www.dssz.com